[][src]Crate async_tls

Asynchronous TLS/SSL streams for async-std and AsyncRead/AsyncWrite sockets using rustls.

Modules

client
server

Structs

TlsAcceptor

The TLS accepting part. The acceptor drives the server side of the TLS handshake process. It works on any asynchronous stream.

TlsConnector

The TLS connecting part. The acceptor drives the client side of the TLS handshake process. It works on any asynchronous stream.